home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Utilities / Programming / Gooey 1.2 / Gooey 68K ƒ / GooeyHelpFile / GooeyHelpFile.rsrc / STR#_251.txt < prev    next >
Encoding:
Text File  |  1991-06-02  |  2.0 KB  |  99 lines

  1. Windows
  2.  
  3. Every application, whether it is a project for a simple desk 
  4.  
  5. accessory or a complicated application, will have at least one 
  6.  
  7. window. Windows usually display the user's data (text or 
  8.  
  9. graphics), or communicate with the user, such as setting the text 
  10.  
  11. format or notifying the user of an unusual situation.
  12.  
  13. For example, a window might contain the specifications for setting 
  14.  
  15. up the page prior to printing, or it could contain a warning to 
  16.  
  17. the user about continuing the program.   
  18.  
  19. .
  20.  
  21. All windows behave according to certain rules that apply to the 
  22.  
  23. Macintosh.   Although more than one window may be open, the user 
  24.  
  25. can only work on or interact with one window at a time.  This 
  26.  
  27. window is called the active  window.  All other open windows 
  28.  
  29. are inactive.
  30.  
  31. .
  32.  
  33. Marksman‚Ñ¢ provides six standard Macintosh window types; standard 
  34.  
  35. document window, document window w/o resize box, box window  
  36.  
  37. w/shadow, alert style window, plain box window, and rounded corner 
  38.  
  39. window.
  40.  
  41. .
  42.  
  43. !Standard Document Window 
  44.  
  45.    This is a window with a title bar and scroll bars. This is the  
  46.  
  47.    most common type of window.  It is resizable and can be dragged 
  48.  
  49.    around on the screen.  It can have a close box for closing the 
  50.  
  51.    window.  
  52.  
  53. .
  54.  
  55. !Document Window  w/o resize Box 
  56.  
  57.    A window without a resize box. This is a standard document  
  58.  
  59.    window that can be dragged around the screen but cannot be 
  60.  
  61.    resized.  It can have a close box.
  62.  
  63. .
  64.  
  65. !Box Window w/shadow  
  66.  
  67.    A plain box with no features except a shadow to give it depth.  
  68.  
  69.    It is fixed in size and screen position. There is no close box. 
  70.  
  71. .
  72.  
  73. !Alert Style Window
  74.  
  75.    This window looks like an alert but can have all the zones of 
  76.  
  77.    a window and acts like a window.  It is not resizable or movable 
  78.  
  79.    and has no close box. 
  80.  
  81. .
  82.  
  83. !Plain  Box Window
  84.  
  85.    A plain box without features. It is fixed in size and screen 
  86.  
  87.    position.  There is no close box. 
  88.  
  89. .
  90.  
  91. !Rounded Corner Window
  92.  
  93.    A box with a black title bar and rounded corners usually used 
  94.  
  95.    for a desk accessory.  It is movable and can have a close box.
  96.  
  97. .
  98.  
  99.